Skip to content

Commit

Permalink
fix(graalvm): workflow not triggered by push on main
Browse files Browse the repository at this point in the history
The `graalvm` was triggered on the wrong branch name (master instead of main).
  • Loading branch information
evantill committed Mar 20, 2023
1 parent 42dfd53 commit 54d45ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- 'master'
- 'main'
tags:
- 'graalvm-v*'
paths:
Expand Down

0 comments on commit 54d45ff

Please sign in to comment.