Skip to content

Commit

Permalink
Updated workflow to be only on master push
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 14, 2023
1 parent 552be01 commit f2d8375
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
name: Privateer Build

me: Privateer Build

on:
push:
branches: [ "action_test" ]
branches: [ "master" ]
paths:
- src/**
- CMakeLists.txt

pull_request:
branches: [ "action_test" ]
branches: [ "master" ]
paths:
- src/**
- CMakeLists.txt

jobs:
build:
Expand Down

0 comments on commit f2d8375

Please sign in to comment.