Skip to content

Commit

Permalink
Merge pull request #1231 from NilsIrl/remove_branch_specification
Browse files Browse the repository at this point in the history
[IMPROVEMENT] Remove the need for the push to be on the master branch
  • Loading branch information
canihavesomecoffee committed Feb 15, 2020
2 parents db646f5 + 88830e6 commit 588c4a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_linux.yml
Expand Up @@ -2,7 +2,6 @@ name: Build CCExtractor on Linux

on:
push:
branches: master
paths:
- '.github/workflows/build_linux.yml'
- '**.c'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_windows.yml
Expand Up @@ -2,7 +2,6 @@ name: Build CCExtractor on Windows

on:
push:
branches: master
paths:
- '.github/workflows/build_windows.yml'
- '**.c'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/format.yml
@@ -1,7 +1,6 @@
name: Format sourcecode
on:
push:
branches: master
paths:
- '.github/workflows/format.yml'
- 'src/**.c'
Expand Down

0 comments on commit 588c4a8

Please sign in to comment.