Skip to content

Commit

Permalink
Set workflow to run on push only
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya authored Aug 7, 2023
1 parent a4e9cc2 commit 96e230b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: build
on:
push:
branches-ignore:
- 'dependabot/**' #avoid duplicates: only run the PR, not the commit
- 'gh-pages' #github pages do not trigger all tests
tags-ignore:
- 'v*' #avoid rerun existing commit on release
pull_request:
branches:
- 'main'
# branches-ignore:
# - 'dependabot/**' #avoid duplicates: only run the PR, not the commit
# - 'gh-pages' #github pages do not trigger all tests
# tags-ignore:
# - 'v*' #avoid rerun existing commit on release
# pull_request:
# branches:
# - 'main'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96e230b

Please sign in to comment.