Skip to content

Commit

Permalink
Run workflow on changes in master and web branches
Browse files Browse the repository at this point in the history
Don't run workflow on PRs
  • Loading branch information
bashor committed May 17, 2024
1 parent c420a4f commit edf2ff8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish Application on GitHub Pages
on: [push, pull_request]
on:
push:
branches:
- master
- web
jobs:
# Build job
build:
Expand Down

1 comment on commit edf2ff8

@bashor
Copy link
Member Author

@bashor bashor commented on edf2ff8 May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.